-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): Bump tokio from 1.40.0 to 1.41.0 #21589
Conversation
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Regression Detector ResultsRun ID: d2901e26-89bf-4875-a595-e8866acf8407 Metrics dashboard Baseline: 776f4c6 Performance changes are noted in the perf column of each table:
No significant changes in experiment optimization goalsConfidence level: 90.00% There were no significant changes in experiment optimization goals at this confidence level and effect size tolerance.
|
perf | experiment | goal | Δ mean % | Δ mean % CI | links |
---|---|---|---|---|---|
➖ | file_to_blackhole | egress throughput | +0.89 | [-3.26, +5.05] |
Fine details of change detection per experiment
perf | experiment | goal | Δ mean % | Δ mean % CI | links |
---|---|---|---|---|---|
➖ | http_text_to_http_json | ingress throughput | +4.06 | [+3.87, +4.24] | |
➖ | syslog_regex_logs2metric_ddmetrics | ingress throughput | +3.63 | [+3.49, +3.76] | |
➖ | fluent_elasticsearch | ingress throughput | +2.94 | [+2.40, +3.49] | |
➖ | syslog_log2metric_humio_metrics | ingress throughput | +1.83 | [+1.72, +1.95] | |
➖ | socket_to_socket_blackhole | ingress throughput | +1.69 | [+1.64, +1.74] | |
➖ | http_elasticsearch | ingress throughput | +1.27 | [+1.10, +1.43] | |
➖ | file_to_blackhole | egress throughput | +0.89 | [-3.26, +5.05] | |
➖ | syslog_humio_logs | ingress throughput | +0.61 | [+0.48, +0.75] | |
➖ | otlp_http_to_blackhole | ingress throughput | +0.54 | [+0.46, +0.63] | |
➖ | splunk_hec_to_splunk_hec_logs_acks | ingress throughput | +0.43 | [+0.37, +0.49] | |
➖ | http_to_http_noack | ingress throughput | +0.00 | [-0.06, +0.06] | |
➖ | splunk_hec_to_splunk_hec_logs_noack | ingress throughput | +0.00 | [-0.02, +0.02] | |
➖ | splunk_hec_indexer_ack_blackhole | ingress throughput | -0.00 | [-0.02, +0.02] | |
➖ | http_to_http_json | ingress throughput | -0.01 | [-0.06, +0.05] | |
➖ | http_to_http_acks | ingress throughput | -0.02 | [-0.46, +0.43] | |
➖ | syslog_loki | ingress throughput | -0.16 | [-0.23, -0.08] | |
➖ | http_to_s3 | ingress throughput | -0.50 | [-0.67, -0.34] | |
➖ | datadog_agent_remap_blackhole_acks | ingress throughput | -0.62 | [-0.74, -0.50] | |
➖ | otlp_grpc_to_blackhole | ingress throughput | -0.92 | [-1.12, -0.72] | |
➖ | syslog_splunk_hec_logs | ingress throughput | -0.96 | [-1.05, -0.87] | |
➖ | datadog_agent_remap_datadog_logs_acks | ingress throughput | -1.14 | [-1.29, -0.99] | |
➖ | syslog_log2metric_splunk_hec_metrics | ingress throughput | -1.38 | [-1.48, -1.29] | |
➖ | splunk_hec_route_s3 | ingress throughput | -1.46 | [-1.83, -1.09] | |
➖ | syslog_log2metric_tag_cardinality_limit_blackhole | ingress throughput | -1.49 | [-1.58, -1.40] | |
➖ | datadog_agent_remap_blackhole | ingress throughput | -1.76 | [-1.85, -1.67] | |
➖ | datadog_agent_remap_datadog_logs | ingress throughput | -2.40 | [-2.55, -2.24] |
Explanation
A regression test is an A/B test of target performance in a repeatable rig, where "performance" is measured as "comparison variant minus baseline variant" for an optimization goal (e.g., ingress throughput). Due to intrinsic variability in measuring that goal, we can only estimate its mean value for each experiment; we report uncertainty in that value as a 90.00% confidence interval denoted "Δ mean % CI".
For each experiment, we decide whether a change in performance is a "regression" -- a change worth investigating further -- if all of the following criteria are true:
-
Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.
-
Its 90.00% confidence interval "Δ mean % CI" does not contain zero, indicating that if our statistical model is accurate, there is at least a 90.00% chance there is a difference in performance between baseline and comparison variants.
-
Its configuration does not mark it "erratic".
Bumps tokio from 1.40.0 to 1.41.0.
Release notes
Sourced from tokio's releases.
... (truncated)
Commits
01e04da
chore: prepare Tokio v1.41.0 (#6917)92ccade
runtime: fix stability feature flags for docs (#6909)fbfeb9a
metrics: rename*_poll_count_*
to*_poll_time_*
(#6924)da745ff
metrics: add H2 Histogram option to improve histogram granularity (#6897)ce1c74f
metrics: fix deadlock in injection_queue_depth_multi_thread test (#6916)28c9a14
metrics: renameinjection_queue_depth
toglobal_queue_depth
(#6918)32e0b43
ci: freeze FreeBSD and wasm-unknown-unknown on rustc 1.81 (#6911)1656d8e
sync: addmpsc::Receiver::blocking_recv_many
(#6867)c9e998e
ci: print the correct sort order of the dictionary on failure (#6905)512e9de
rt: add LocalRuntime (#6808)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)